home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00242_Script_242
< prev
next >
Wrap
Text File
|
1995-10-10
|
270b
|
12 lines
on mouseup
global comp
if not(comp) then exit
put (the castnum of sprite 48) into ONE
if the controller of cast ONE = 1 then set the controller of cast ONE to 0
else if the controller of cast ONE = 0 then set the controller of cast ONE to 1
end